home *** CD-ROM | disk | FTP | other *** search
/ Magic Disk 64 / Magic_Disk_64_91-02_1991_-_de_Side_B.d64 / font breit (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  114b  |  7 lines

  1. 60100 poke211,x:poke214,y:sys58640:iflen(a$)=0thenreturn
  2. 60105 for qu=1 to len(a$)
  3. 60110 b$=mid$(a$,qu,1)
  4. 60115 printb$""b$"[146]";
  5. 60120 next
  6. 60130 return
  7.